From 375a410b24d9fb7058fc7a3fe101189fe737c08b Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 6 Oct 2015 17:39:33 +0200 Subject: [PATCH] build: drop unused config variable CONFIG_HVM CONFIG_HVM is not used anywhere in the build process so drop it. Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper --- config/x86_32.mk | 1 - config/x86_64.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/config/x86_32.mk b/config/x86_32.mk index c2d785e345..ed69447014 100644 --- a/config/x86_32.mk +++ b/config/x86_32.mk @@ -2,7 +2,6 @@ CONFIG_X86 := y CONFIG_X86_32 := y CONFIG_X86_$(XEN_OS) := y -CONFIG_HVM := y CONFIG_MIGRATE := y CONFIG_XCUTILS := y diff --git a/config/x86_64.mk b/config/x86_64.mk index bf104c23c9..f74611fed1 100644 --- a/config/x86_64.mk +++ b/config/x86_64.mk @@ -3,7 +3,6 @@ CONFIG_X86_64 := y CONFIG_X86_$(XEN_OS) := y CONFIG_COMPAT := y -CONFIG_HVM := y CONFIG_MIGRATE := y CONFIG_XCUTILS := y -- 2.30.2